Forgotten file
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jun 2011 04:08:50 +0000 (00:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:06 +0000 (16:08 -0400)
gtk/a11y/gailtreeview.h

index e0fcfd48b2b8b67eb19102d8964e8846e9031a67..d0d6227a0321983c1535756d974720c22818935e 100644 (file)
@@ -43,9 +43,11 @@ struct _GailTreeView
   AtkObject*   caption;
   AtkObject*   summary;
   gint          n_children_deleted;
+  gint          n_rows;
+  gint          n_cols;
   GArray*       col_data;
   GArray*      row_data;
-  GList*        cell_data;
+  GHashTable    *cell_info_by_index;
   GtkTreeModel  *tree_model;
   AtkObject     *focus_cell;
   GtkAdjustment *old_hadj;